[INFO] fetching crate modmath 0.3.1...
[INFO] fixing modmath-0.3.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate modmath 0.3.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate modmath 0.3.1
[INFO] finished tweaking crates.io crate modmath 0.3.1
[INFO] tweaked toml for crates.io crate modmath 0.3.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate modmath 0.3.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate modmath 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fixed-bigint v0.3.0
[INFO] [stderr]   Downloaded c0nst v0.2.1
[INFO] [stderr]   Downloaded crypto-bigint v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a
[INFO] running `Command { std: "docker" "start" "127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling c0nst v0.2.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking bnum v0.12.1
[INFO] [stderr]     Checking fixed-bigint v0.3.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking crypto-bigint v0.6.1
[INFO] [stderr]     Checking ibig v0.3.6
[INFO] [stderr]     Checking modmath v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `bnum_patched` in this scope
[INFO] [stdout]    --> src/add.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         bnum_patched::types::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `bnum_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bnum_patched`, use `cargo add bnum_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crypto_bigint_patched`
[INFO] [stdout]    --> src/add.rs:329:9
[INFO] [stdout]     |
[INFO] [stdout] 329 |         crypto_bigint_patched::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `crypto_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crypto_bigint_patched`, use `cargo add crypto_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_bigint_patched`
[INFO] [stdout]    --> src/add.rs:346:9
[INFO] [stdout]     |
[INFO] [stdout] 346 |         num_bigint_patched::BigUint,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bnum_patched` in this scope
[INFO] [stdout]    --> src/exp.rs:539:9
[INFO] [stdout]     |
[INFO] [stdout] 539 |         bnum_patched::types::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `bnum_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bnum_patched`, use `cargo add bnum_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ibig_patched`
[INFO] [stdout]    --> src/add.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         ibig_patched::UBig,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crypto_bigint_patched`
[INFO] [stdout]    --> src/exp.rs:555:9
[INFO] [stdout]     |
[INFO] [stdout] 555 |         crypto_bigint_patched::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `crypto_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crypto_bigint_patched`, use `cargo add crypto_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_bigint_patched`
[INFO] [stdout]    --> src/exp.rs:572:9
[INFO] [stdout]     |
[INFO] [stdout] 572 |         num_bigint_patched::BigUint,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bnum_patched` in this scope
[INFO] [stdout]    --> src/mul.rs:561:9
[INFO] [stdout]     |
[INFO] [stdout] 561 |         bnum_patched::types::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `bnum_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bnum_patched`, use `cargo add bnum_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ibig_patched`
[INFO] [stdout]    --> src/exp.rs:590:9
[INFO] [stdout]     |
[INFO] [stdout] 590 |         ibig_patched::UBig,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crypto_bigint_patched`
[INFO] [stdout]    --> src/mul.rs:577:9
[INFO] [stdout]     |
[INFO] [stdout] 577 |         crypto_bigint_patched::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `crypto_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crypto_bigint_patched`, use `cargo add crypto_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_bigint_patched`
[INFO] [stdout]    --> src/mul.rs:594:9
[INFO] [stdout]     |
[INFO] [stdout] 594 |         num_bigint_patched::BigUint,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bnum_patched` in this scope
[INFO] [stdout]    --> src/sub.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 297 |         bnum_patched::types::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `bnum_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bnum_patched`, use `cargo add bnum_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ibig_patched`
[INFO] [stdout]    --> src/mul.rs:612:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         ibig_patched::UBig,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crypto_bigint_patched`
[INFO] [stdout]    --> src/sub.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         crypto_bigint_patched::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `crypto_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crypto_bigint_patched`, use `cargo add crypto_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_bigint_patched`
[INFO] [stdout]    --> src/sub.rs:330:9
[INFO] [stdout]     |
[INFO] [stdout] 330 |         num_bigint_patched::BigUint,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bnum_patched` in this scope
[INFO] [stdout]    --> src/inv.rs:262:9
[INFO] [stdout]     |
[INFO] [stdout] 262 |         bnum_patched::types::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `bnum_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bnum_patched`, use `cargo add bnum_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ibig_patched`
[INFO] [stdout]    --> src/sub.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 348 |         ibig_patched::UBig,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crypto_bigint_patched`
[INFO] [stdout]    --> src/inv.rs:278:9
[INFO] [stdout]     |
[INFO] [stdout] 278 |         crypto_bigint_patched::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `crypto_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crypto_bigint_patched`, use `cargo add crypto_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_bigint_patched`
[INFO] [stdout]    --> src/inv.rs:295:9
[INFO] [stdout]     |
[INFO] [stdout] 295 |         num_bigint_patched::BigUint,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bnum_patched` in this scope
[INFO] [stdout]    --> src/montgomery/mod.rs:808:9
[INFO] [stdout]     |
[INFO] [stdout] 808 |         bnum_patched::types::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `bnum_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bnum_patched`, use `cargo add bnum_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ibig_patched`
[INFO] [stdout]    --> src/inv.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         ibig_patched::UBig,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crypto_bigint_patched`
[INFO] [stdout]    --> src/montgomery/mod.rs:833:9
[INFO] [stdout]     |
[INFO] [stdout] 833 |         crypto_bigint_patched::U256,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `crypto_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crypto_bigint_patched`, use `cargo add crypto_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_bigint_patched`
[INFO] [stdout]    --> src/montgomery/mod.rs:850:9
[INFO] [stdout]     |
[INFO] [stdout] 850 |         num_bigint_patched::BigUint,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ibig_patched`
[INFO] [stdout]    --> src/montgomery/mod.rs:868:9
[INFO] [stdout]     |
[INFO] [stdout] 868 |         ibig_patched::UBig,
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/montgomery/mod.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::constrained_mont::*`
[INFO] [stdout]    --> src/montgomery/mod.rs:785:9
[INFO] [stdout]     |
[INFO] [stdout] 785 |     use super::constrained_mont::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::strict_mont::*`
[INFO] [stdout]    --> src/montgomery/mod.rs:786:9
[INFO] [stdout]     |
[INFO] [stdout] 786 |     use super::strict_mont::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_bigint_patched` in this scope
[INFO] [stdout]    --> src/add.rs:347:21
[INFO] [stdout]     |
[INFO] [stdout] 347 |         type U256 = num_bigint_patched::BigUint;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ibig_patched` in this scope
[INFO] [stdout]    --> src/add.rs:365:21
[INFO] [stdout]     |
[INFO] [stdout] 365 |         type U256 = ibig_patched::UBig;
[INFO] [stdout]     |                     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_bigint_patched` in this scope
[INFO] [stdout]    --> src/exp.rs:573:21
[INFO] [stdout]     |
[INFO] [stdout] 573 |         type U256 = num_bigint_patched::BigUint;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ibig_patched` in this scope
[INFO] [stdout]    --> src/exp.rs:591:21
[INFO] [stdout]     |
[INFO] [stdout] 591 |         type U256 = ibig_patched::UBig;
[INFO] [stdout]     |                     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_bigint_patched` in this scope
[INFO] [stdout]    --> src/mul.rs:595:21
[INFO] [stdout]     |
[INFO] [stdout] 595 |         type U256 = num_bigint_patched::BigUint;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ibig_patched` in this scope
[INFO] [stdout]    --> src/mul.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |         type U256 = ibig_patched::UBig;
[INFO] [stdout]     |                     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_bigint_patched` in this scope
[INFO] [stdout]    --> src/sub.rs:331:21
[INFO] [stdout]     |
[INFO] [stdout] 331 |         type U256 = num_bigint_patched::BigUint;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ibig_patched` in this scope
[INFO] [stdout]    --> src/sub.rs:349:21
[INFO] [stdout]     |
[INFO] [stdout] 349 |         type U256 = ibig_patched::UBig;
[INFO] [stdout]     |                     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_bigint_patched` in this scope
[INFO] [stdout]    --> src/inv.rs:296:21
[INFO] [stdout]     |
[INFO] [stdout] 296 |         type U256 = num_bigint_patched::BigUint;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ibig_patched` in this scope
[INFO] [stdout]    --> src/inv.rs:314:21
[INFO] [stdout]     |
[INFO] [stdout] 314 |         type U256 = ibig_patched::UBig;
[INFO] [stdout]     |                     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_bigint_patched` in this scope
[INFO] [stdout]    --> src/montgomery/mod.rs:851:21
[INFO] [stdout]     |
[INFO] [stdout] 851 |         type U256 = num_bigint_patched::BigUint;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `num_bigint_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_bigint_patched`, use `cargo add num_bigint_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ibig_patched` in this scope
[INFO] [stdout]    --> src/montgomery/mod.rs:869:21
[INFO] [stdout]     |
[INFO] [stdout] 869 |         type U256 = ibig_patched::UBig;
[INFO] [stdout]     |                     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ibig_patched`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ibig_patched`, use `cargo add ibig_patched` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `modmath` (lib test) due to 36 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a", kill_on_drop: false }`
[INFO] [stdout] 127e41a845db46b17e124ca82ede1a5acbe0cbc8f667c792a75010b35d0a555a
